home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / BostonStack / 3MacWorld / background_2793.txt < prev    next >
Encoding:
Text File  |  1987-08-31  |  649 b   |  34 lines

  1. -- background: 2793 from stack: in
  2. -- bmap block id: 3100
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global lastticks
  9.   put the ticks into lastticks
  10.   visual effect wipe right fast
  11.   go next card of this background
  12. end idle
  13.  
  14.  
  15.  
  16.  
  17. -- part 2 (button)
  18. -- low flags: 00
  19. -- high flags: 0000
  20. -- rect: left=281 top=182 right=285 bottom=383
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: 
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect dissolve fast
  32.   go card 7
  33. end mouseUp
  34.